
html {
  background-color: #ccff99;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

body 


{    
font-family:arial,helvetica;     font-size:1em ; 

color:black     background-color:#ffffcc;  }


a:link {color: black;
	font-weight: bold;
    background-color: #ccff99;
    text-decoration: none;

}

a:visited {
    background-color: #99FF33;
}

a:hover {
    background-color: #FF704D;
}

a:active {
    background-color: #99FF33D;
}     


h1 { 
     font-size:2em
     letter-spacing:0.5em;
     word-spacing:1.5em;
     line-height:1.0;
     text-align:center;74
}
 


h2 {
     font-size:1em
     letter-spacing:0.2em;
     word-spacing:0.3em;
     line-height:1;
     text-align:center;74
 } 

h3 {
     font-size:.8em
     letter-spacing:0.2em;
     word-spacing:0.4em;
     line-height:1.5;
     text-indent:0em;
     text-align:centre;74
 } 
h4 {
     font-size:.6em
     letter-spacing:0.2em;
     word-spacing:0.2em;
     line-height:1.4;
     text-indent:0em;
     text-align:left;74
 } 
h5 {      
    
     font-size:.5em
     letter-spacing:0.1em;
     word-spacing:.05em;
     line-height:1.5;
     text-indent:0em;
     text-align:left;74
 } 

#header {
     float:center;
     width:auto;
     margin:5px 5px 5px 5px;
     padding:.25em .25em .25em .25em;
     border-style:solid;
     border-width:14px;
     border-color: #800080;
     border-radius:40px;
border-style:solid;
     border-width:7px;
     border-color:black;
     border-radius:40px;
background-color:#40E0D0;


 }

#content {
     
	

float:left;
     margin:0px 20px 20px 20px;;
     width:auto;
	clear:both;
	
}

#navigation1 {
float:left

     width:0px;
     
}    










#footer {
     
     float:left;
     margin:5px 5px 5px 5px;
     width:auto;
     padding:.5em .5em .5em .5em;
     border-style:solid;
     border-width:3px;
     border-color:#800080;
     border-radius:10px;
     
     
     
 } 
 


